CSE 2231 Glossary
Object Superclass
Every object in the java language extends class Object by default. Among many others, this class provides default (often incorrect) implementations for equals(), hashCode(), and toString() methods.
Every object in the java language extends class Object by default. Among many others, this class provides default (often incorrect) implementations for equals(), hashCode(), and toString() methods.